Leadtools.Dicom.Common.Extensions Namespace > GeneralExtensions Class > Parse Method : Parse<T>(String,Boolean) Method |
[ExtensionAttribute()] public static T Parse<T>( string value, bool ignoreCase )
'Declaration <ExtensionAttribute()> Public Overloads Shared Function Parse(Of T)( _ ByVal value As String, _ ByVal ignoreCase As Boolean _ ) As T
'Usage Dim value As String Dim ignoreCase As Boolean Dim value As T value = GeneralExtensions.Parse(Of T)(value, ignoreCase)
[ExtensionAttribute()] public: static T^ Parsegeneric<typename T> ( String^ value, bool ignoreCase )